Name | Description | |
---|---|---|
IntegralVScrollProperty | Reference to the IntegralVScroll property | |
NVScrollItemsBaseSchema | Schema associated with NVScrollItemsBase |
The following tables list the members exposed by NVScrollItemsBase<T>.
Name | Description | |
---|---|---|
IntegralVScrollProperty | Reference to the IntegralVScroll property | |
NVScrollItemsBaseSchema | Schema associated with NVScrollItemsBase |
Name | Description | |
---|---|---|
IntegralVScroll | Gets or sets whether the vertical scrolling behavior is integral. When set to true the vertical scrollbar will scroll on descrete items, and its thumb will be sized to the count of currently visible items. When set to false the vertical scrollbar will work in smooth scrolling mode and its thumb will be sized to the currently visible space from the items area. |
Name | Description | |
---|---|---|
NavigateToDownItem | Navigates to the item below the specified item | |
NavigateToFirstItem | Navigates to the first item | |
NavigateToItem | Navigates to the specified item | |
NavigateToLastItem | Navigates to the last item | |
NavigateToPageDownItem | Navigates to the item one page below the specified item | |
NavigateToPageUpItem | Navigates to the item one page above the specified item | |
NavigateToUpItem | Navigates to the item above the specified item |
Name | Description | |
---|---|---|
Cvl | ||
GetFirstVisibleItemIndex | Given an Y coordinate in viewport coordinates, returns the index of the first visible item in the scrollbable items list. | |
GetLastVisibleItemIndex | Given an Y coordinate in viewport coordinates, returns the index of the last visible item in the scrollbable items list. | |
GetNavigationAnchorItem | Gets the anchor item for keyboard navigation | |
GetScrollableItemAt | Gets the scrollable item at the specified index | |
GetScrollableItemIndex | Gets the scrolling index of the specified item in the scrollbale items list | |
GetScrollableItemsCount | Gets the count of items that can be scrolled through | |
GetVisibleItemsCount | Gets the count of items that are currently visible | |
GetVScrollBarSettings | Overridden. Gets the settings that need to be applied to the VScrollbar for the viewport parameters, in case the VScrollBar is visible. Overriden to provide support for the integral vertical scrolling of the list box | |
OnKeyDown | Overridden. Default handler for key down event. Overriden to provide support for keyboard navigation. | |
OnMouseWheel | Overridden. Default handler for the mouse wheel event. Overriden to provide support for mouse wheel scrolling. | |
OnVScrollBarScroll | Overridden. Called when the VScrollbar is scrolled. Updates the viewport origin from the scrollbar value. Overriden to provide support for the integral vertical scrolling of the list box | |
SetFirstVisibleItemIndex | Sets the first visible item from the scrollable items by index |